removed fancy colors, fonts, and images
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user