removed fancy colors, fonts, and images

This commit is contained in:
2025-08-23 21:07:03 -07:00
parent 98772e318f
commit 4924c47209
2 changed files with 10 additions and 35 deletions

View File

@@ -13,11 +13,11 @@ $winter_blue: #252535;
* {
font-family: Helvetica;
//font-family: Helvetica;
}
.top_bar {
background-color: $sumi_ink0;
//background-color: $sumi_ink0;
padding: 1px;
}
@@ -29,8 +29,8 @@ $winter_blue: #252535;
}
.content-box {
background-color: rgba(31, 31, 40, 0.7);
border-radius: 10px;
//background-color: rgba(31, 31, 40, 0.7);
//border-radius: 10px;
padding: 10px;
width: 80%;
margin: 10px;
@@ -81,16 +81,16 @@ p {
body {
background-image: url("PerfectSunrise.jpg");
background-size: auto 150%;
background-repeat: no-repeat;
margin: 0px;
//background-image: url("PerfectSunrise.jpg");
//background-size: auto 150%;
//background-repeat: no-repeat;
//margin: 0px;
}
a:link {
color: $crystal_blue;
//color: $crystal_blue;
}
a:visited {
color: $oni_violet;
//color: $oni_violet;
}