more changes

This commit is contained in:
CJSatnarine
2025-03-20 11:11:25 -04:00
parent 86abeb41e4
commit 5d6f3db809
6 changed files with 24 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ a:link,
a:visited,
a:hover,
a:active {
color: colours.$purple;
color: colours.$links;
background-color: transparent;
text-decoration: none;
}
@@ -29,17 +29,13 @@ h1 {
}
blockquote > p {
color: colours.$pink;
color: colours.$blockquote;
}
p {
color: colours.$text;
}
#test {
color: colours.$pink;
}
center {
color: colours.$purple;
}