styling, navigation bar, theming, article lists, page routing.
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
body {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
p,
|
||||
small,
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
nav {
|
||||
border-bottom: 3px solid white;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #2F2F2F;
|
||||
}
|
||||
|
||||
.line {
|
||||
background-color: white;
|
||||
border-top: 1px solid white;
|
||||
}
|
||||
|
||||
.article_card {
|
||||
border: 5px solid white;
|
||||
}
|
||||
|
||||
.button {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.tag {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#theme-toggle {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.article ul li {
|
||||
color: white;
|
||||
}
|
||||
Reference in New Issue
Block a user