website-name less distractive; added border to articles
This commit is contained in:
parent
bfb8c020f8
commit
133a7eca33
9 changed files with 31 additions and 22 deletions
|
@ -22,9 +22,9 @@ body {
|
|||
a {
|
||||
color: rgb(255, 130, 130);
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
|
@ -9,10 +9,12 @@ nav {
|
|||
a {
|
||||
color: rgb(245, 245, 245);
|
||||
text-decoration: none;
|
||||
background: rgb(255, 130, 130);
|
||||
padding: 5px 10px;
|
||||
border-radius: 20px;
|
||||
text-shadow: rgb(255, 100, 100) 2px 2px;
|
||||
padding: 20px 30px;
|
||||
display: block;
|
||||
transition: background .2s;
|
||||
}
|
||||
a:hover {
|
||||
background: rgb(50, 50, 75);
|
||||
}
|
||||
}
|
||||
.website-nav {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue