Add Focus Indicator
This commit is contained in:
parent
a866c1d068
commit
c7282520cd
@ -15,7 +15,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
outline: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -32,9 +31,8 @@ nav {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#lib, #github {
|
nav #lib, nav #github, nav #version { color: white; }
|
||||||
color: white;
|
nav #version { opacity: 25%; }
|
||||||
}
|
|
||||||
|
|
||||||
main {
|
main {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -78,10 +76,6 @@ aside {
|
|||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#version {
|
|
||||||
color: white;
|
|
||||||
opacity: 25%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* User & Subreddit */
|
/* User & Subreddit */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user