removed the secrets, edited some other stuff
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
@use "colours";
|
||||
|
||||
body {
|
||||
background-color: colours.$background;
|
||||
font-family: 'Roboto Mono';
|
||||
@@ -70,6 +69,10 @@ strong {
|
||||
color: colours.$blockquote;
|
||||
}
|
||||
|
||||
img {
|
||||
padding-left: 0%;
|
||||
}
|
||||
|
||||
hr {
|
||||
background: linear-gradient(to right, colours.$h1, colours.$periwinkle, colours.$h1, colours.$periwinkle, colours.$h1);
|
||||
height: 5px;
|
||||
@@ -127,3 +130,4 @@ p {
|
||||
#statuscafe-content {
|
||||
margin: 0 1em 0.5em 1em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user