single page article links changed
This commit is contained in:
parent
8eb40e0ebf
commit
969c338499
1 changed files with 7 additions and 8 deletions
|
@ -18,15 +18,16 @@
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: rgb(255, 130, 130);
|
background: rgb(60, 60, 90);
|
||||||
|
color: rgb(240, 240, 255);
|
||||||
transition: background .2s, color .2s;
|
transition: background .2s, color .2s;
|
||||||
margin: -5px -10px;
|
margin: -5px 0;
|
||||||
padding: 5px 10px;
|
padding: 5px 5px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
background: rgb(255, 130, 130);
|
background: rgb(255, 130, 130);
|
||||||
color: rgb(255, 240, 240);
|
color: rgb(255, 255, 255);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
aside {
|
aside {
|
||||||
|
@ -37,12 +38,10 @@
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
li {
|
li {
|
||||||
background: rgb(60, 60, 90);
|
|
||||||
padding: 5px 10px;
|
|
||||||
border-radius: 5px;
|
|
||||||
margin-left: 10px;
|
|
||||||
a {
|
a {
|
||||||
color: rgb(180, 180, 220);
|
color: rgb(180, 180, 220);
|
||||||
|
padding: 10px;
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
background: rgb(70, 70, 105);
|
background: rgb(70, 70, 105);
|
||||||
|
|
Loading…
Reference in a new issue