mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-10-15 15:47:23 +02:00
tyyli.css: Move to nicer colours
This commit is contained in:
parent
a3954ce64f
commit
36120c1e4f
14
tyyli.css
14
tyyli.css
@ -4,30 +4,30 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
color: #000080;
|
color: #FF0000;
|
||||||
background-color: #FFFFFF;
|
background-color: #CCFFE6;
|
||||||
text-align: center
|
text-align: center
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #FFFFFF;
|
color: #FF0000;
|
||||||
background-color: #000080;
|
background-color: #CCFFE6;
|
||||||
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: #000000;
|
color: #FF0000;
|
||||||
background-color: #C3C3C3;
|
background-color: #C3C3C3;
|
||||||
font-family: Courier, "Courier New";
|
font-family: Courier, "Courier New";
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: #00FF00
|
color: #00CC00
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #C0FFC0
|
color: #000000
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user