mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 08:50:43 +01:00
tyyli.css: replace colour names with colour codes
It seems that codes are more supported than names.
This commit is contained in:
parent
724d83a8fe
commit
bc0aa3acc7
12
tyyli.css
12
tyyli.css
@ -4,21 +4,21 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
color: white;
|
color: #FFFFFF;
|
||||||
background-color: black;
|
background-color: #000000;
|
||||||
text-align: center
|
text-align: center
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: white;
|
color: #FFFFFF;
|
||||||
background-color: black;
|
background-color: #000000;
|
||||||
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: black;
|
color: #000000;
|
||||||
background-color: white;
|
background-color: #FFFFFF;
|
||||||
font-family: "Ubuntu Mono", "DejaVu Sans Mono", Courier, "Courier New";
|
font-family: "Ubuntu Mono", "DejaVu Sans Mono", Courier, "Courier New";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user