Skip to content

Commit

Permalink
remove unnecessary spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Smankusors committed Dec 28, 2023
1 parent 005b3df commit 0f4b111
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions assets/css/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,36 @@ body {
background: #212121;
color: #d0c8c1;
}

h1, h2, h3, h5 {
color: #dadada !important;
}

.site-footer {
color: #ccc !important;
color: #ccc !important;
}

.site-footer a {
color: #ddd !important;
color: #ddd !important;
}

.home h2 {
color: #c7cdce !important;
}

.license-body pre {
background-color: #131313 !important;
border: 1px solid #3e3e3e !important;
}

.note {
color: #9fa5a6 !important;
}

strong {
color: #bdbdbd !important;
}

button, input, optgroup, select, textarea {
color: black !important;
}
Expand Down

0 comments on commit 0f4b111

Please sign in to comment.