Update main.scss

This commit is contained in:
Aminda Suomalainen 2024-05-21 12:09:33 +03:00 committed by GitHub
parent 88583fef5e
commit f899d7cce5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 12 deletions

33
css/main.scss vendored
View File

@ -14,11 +14,15 @@ $base-line-height: 1.5;
$spacing-unit: 30px; $spacing-unit: 30px;
$text-color: #111; $text-color: revert;
$background-color: #fdfdfd; //#111;
$brand-color: #2a7ae2; $background-color: revert;
//#fdfdfd;
$brand-color: revert;
//#2a7ae2;
$grey-color: #828282; $grey-color: revert;
//#828282;
$grey-color-light: lighten($grey-color, 40%); $grey-color-light: lighten($grey-color, 40%);
$grey-color-dark: darken($grey-color, 25%); $grey-color-dark: darken($grey-color, 25%);
@ -49,7 +53,8 @@ $on-laptop: 800px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
width: 6em; width: 6em;
border: 1px solid black; border: 1px solid;
//black;
} }
// This is the short bio in the index and all my profiles // This is the short bio in the index and all my profiles
@ -70,26 +75,30 @@ $on-laptop: 800px;
.irclog { .irclog {
white-space: pre-wrap; white-space: pre-wrap;
font-size: 15px; font-size: 15px;
border: 1px solid $grey-color-light; border: 1px solid;
// $grey-color-light;
border-radius: 3px; border-radius: 3px;
background-color: #eef; background-color: revert;
//#eef;
} }
// Tables belong to CSS, make the HTML5 validator happy // Tables belong to CSS, make the HTML5 validator happy
table, table,
td, td,
th { th {
border: 1px solid black; border: 1px solid;
//black;
} }
// Trying to make images look a little better // Trying to make images look a little better
img { img {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
border: 1px solid black; border: 1px solid;
//black;
} }
// Also in index, hidden text // Also in index, hidden text
#cake { //#cake {
color: rgba(0, 0, 0, 0); // color: rgba(0, 0, 0, 0);
} //}