Change text colours
This commit is contained in:
parent
aa655c9901
commit
c0b8cef3af
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
--colour-sbga: rgba(255, 153, 255, 0.3);
|
--colour-sbga: rgba(255, 153, 255, 0.3);
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
color: white;
|
color: mistyrose;
|
||||||
font-family: 'Courier New';
|
font-family: 'Courier New';
|
||||||
margin-left: 20%;
|
margin-left: 20%;
|
||||||
margin-right: 20%;
|
margin-right: 20%;
|
||||||
|
|
@ -67,7 +67,7 @@ p.subtitle {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
a:link, a:visited, a:hover, a:active {
|
a:link, a:visited, a:hover, a:active {
|
||||||
color: rgb(179, 255, 255);
|
color: paleturquoise;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.inline-block {
|
.inline-block {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue