major css and streams update

This commit is contained in:
2021-12-21 12:56:34 +03:00
parent f86547e2c1
commit 3f23a53eae
5 changed files with 39 additions and 52 deletions

View File

@@ -6,7 +6,7 @@
body {
margin: 0;
font-family: Ubuntu, sans-serif;
color: #222;
color: #eee;
}
.container {
@@ -37,12 +37,12 @@ h4 {
h5 {
font-size: 0.7rem;
text-shadow:0 0 5px #fff;
text-shadow:0 0 5px #888;
}
h6 {
font-size: 1.2rem;
text-shadow: 0 0 5px #fff;
text-shadow: 0 0 5px #888;
}
hr {
@@ -152,3 +152,11 @@ select,
fieldset {
margin-bottom: .1rem;
}
a:link {
color: #999;
}
a:visited {
color: #666;
}