Commit 4a6e2c68 authored by Ysabella Panghulan's avatar Ysabella Panghulan

added styling for edit button

parent 49bebd1d
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
--primary-color: #7448F6; --primary-color: #7448F6;
--secondary-color: #E9E3FE; --secondary-color: #E9E3FE;
} }
.container { .container {
font-family: Verdana, Geneva, Tahoma, sans-serif; font-family: Verdana, Geneva, Tahoma, sans-serif;
} }
...@@ -55,6 +56,7 @@ a { ...@@ -55,6 +56,7 @@ a {
a:visited { a:visited {
text-decoration: none; text-decoration: none;
} }
.main { .main {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -74,6 +76,21 @@ a:visited { ...@@ -74,6 +76,21 @@ a:visited {
text-align: center; text-align: center;
} }
.add-btn:hover {
background-color: var(--primary-color);
color: var(--secondary-color)
}
.edit-btn {
display: inline-block;
margin-top: 1rem;
border-radius: 0.4rem;
cursor: pointer;
transition: all 400ms ease;
color: var(--primary-color);
text-align: center;
}
.links { .links {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment