mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 17:00:40 +01:00
tyyli.css: Don't be so complex. White on Black is OK.
This commit is contained in:
parent
d23a4e6517
commit
132297c28e
18
tyyli.css
18
tyyli.css
@ -4,30 +4,30 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
color: #FF0000;
|
color: white;
|
||||||
background-color: #CCFFE6;
|
background-color: black;
|
||||||
text-align: center
|
text-align: center
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #FF0000;
|
color: white;
|
||||||
background-color: #CCFFE6;
|
background-color: black;
|
||||||
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
|
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
|
||||||
text-align: justify-center
|
text-align: justify-center
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
color: #FF0000;
|
color: black;
|
||||||
background-color: #C3C3C3;
|
background-color: white;
|
||||||
font-family: Courier, "Courier New";
|
font-family: "Ubuntu Mono", "DejaVu Sans Mono", Courier, "Courier New";
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: #00CC00
|
color: blue
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #000000
|
color: red
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user