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

added styling for edit button

parent 49bebd1d
......@@ -2,6 +2,7 @@
--primary-color: #7448F6;
--secondary-color: #E9E3FE;
}
.container {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
......@@ -55,6 +56,7 @@ a {
a:visited {
text-decoration: none;
}
.main {
display: flex;
flex-direction: column;
......@@ -74,6 +76,21 @@ a:visited {
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 {
display: flex;
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