updating stylesheets from st yling branch

This commit is contained in:
shockrahwow
2018-10-23 16:31:32 -07:00
parent 5fa60a8dca
commit a713cb38ae
3 changed files with 31 additions and 27 deletions

View File

@@ -27,20 +27,20 @@ body {
/* Link stuff */
a {
color: #06e;
color: #FDD491;
text-decoration: none;
}
/* visited link */
a:visited {
color: #0047a6;
color: #EFE3C9;
}
/* hovering link */
a:hover {
color: #3284f1;
color: #F2DDB1;
}
/* clicked on */
a:active {
color: #e5effd;
color: #EFE3C9;
}
/* only if a link was dragged but not went through or smthng */
a:focus {
@@ -69,7 +69,7 @@ a::selection {
p {
margin: 1em 0;
color: #969696;
color: #E3DCCD;
}
img {
@@ -116,7 +116,8 @@ blockquote {
color: #d8d8d8;
margin: 0;
padding-left: 3em;
border-left: 0.5em #008fae solid;
/*border-left: 0.5em #008fae solid;*/
border-left: 0.5em #A40026 solid;
}
hr {
@@ -131,9 +132,9 @@ hr {
pre, code, kbd, samp {
background-color: #000;
border-radius: 8px;
padding: 8px;
color: #00cc03;
/*border-radius: 8px; */
padding: 4px;
color: #EECA3E;
font-family: Freemono, monospace, monospace;
_font-family: 'courier new', monospace;
font-size: 0.98em;