Created a banner, added more content, converted spaces to tabs, figured out hrefs with # based on id.
This commit is contained in:
@ -1,30 +1,29 @@
|
||||
/*** MyStuff ***/
|
||||
/** Dark Theme **/
|
||||
/*** Dark Theme ***/
|
||||
body {
|
||||
background-color: #444444;
|
||||
background-color: #444444;
|
||||
}
|
||||
|
||||
* {
|
||||
color: #CCCCCC;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #FF9900
|
||||
color: #FF9900
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
color: #6633FF;
|
||||
color: #6633FF;
|
||||
}
|
||||
|
||||
.header {
|
||||
/*background-color: #113311;*/
|
||||
background-color: #222222;
|
||||
/*background-color: #113311;*/
|
||||
background-color: #222222;
|
||||
}
|
||||
|
||||
.title {
|
||||
background-color: #111111;
|
||||
background-color: #111111;
|
||||
}
|
||||
|
||||
.text {
|
||||
background-color: #333333;
|
||||
background-color: #333333;
|
||||
}
|
||||
|
Reference in New Issue
Block a user