From 4924c47209df7cbedf6420b12d2a4666dc658444 Mon Sep 17 00:00:00 2001 From: Adog64 Date: Sat, 23 Aug 2025 21:07:03 -0700 Subject: [PATCH] removed fancy colors, fonts, and images --- sharpe6style.css | 25 ------------------------- sharpe6style.scss | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 35 deletions(-) diff --git a/sharpe6style.css b/sharpe6style.css index 6da060a..72f77d1 100644 --- a/sharpe6style.css +++ b/sharpe6style.css @@ -1,8 +1,4 @@ -* { - font-family: Helvetica; } - .top_bar { - background-color: #16161d; padding: 1px; } .column { @@ -12,8 +8,6 @@ margin-right: 5%; } .content-box { - background-color: rgba(31, 31, 40, 0.7); - border-radius: 10px; padding: 10px; width: 80%; margin: 10px; @@ -39,25 +33,6 @@ width: 100%; } h1 { - color: #7e9cd8; margin-left: 5%; margin-right: 5%; padding: 10px 0px; } - -h2 { - color: #ff5d62; } - -p { - color: #dcd7ba; } - -body { - background-image: url("PerfectSunrise.jpg"); - background-size: auto 150%; - background-repeat: no-repeat; - margin: 0px; } - -a:link { - color: #7e9cd8; } - -a:visited { - color: #957fb8; } diff --git a/sharpe6style.scss b/sharpe6style.scss index c36b165..2884515 100755 --- a/sharpe6style.scss +++ b/sharpe6style.scss @@ -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; }