major css and streams update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user