updated site
This commit is contained in:
76
main.css
76
main.css
@ -1,64 +1,43 @@
|
||||
/*
|
||||
Sophia Darkmode, (Basic As Shit)
|
||||
MIT License
|
||||
https://sophia.wtf
|
||||
CC BY-NC 4.0
|
||||
*/
|
||||
@import url("https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css");
|
||||
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400&display=swap');
|
||||
|
||||
body {
|
||||
background: #0D1117;
|
||||
background: #141729;
|
||||
}
|
||||
|
||||
h1 a,
|
||||
h2 a,
|
||||
h3 a,
|
||||
h4 a,
|
||||
h5 a,
|
||||
h6 a {
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
embed,
|
||||
iframe,
|
||||
object {
|
||||
max-width: 100%;
|
||||
}
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
color: #fff;
|
||||
font-family: monospace, monospace;
|
||||
font-size: 2em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #fff;
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1.5em;
|
||||
line-height: 1.5em;
|
||||
img.avatar{
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
margin-top: 5px;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: #fff;
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1.25em;
|
||||
line-height: 1.5em;
|
||||
div.footer{
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
h4 {
|
||||
color: #fff;
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1.1em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
h5 {
|
||||
color: #fff;
|
||||
font-family: monospace, monospace;
|
||||
font-size: 0.9em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
h6 {
|
||||
color: #fff;
|
||||
font-family: monospace, monospace;
|
||||
font-size: 0.7em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
sub {
|
||||
color: #fff;
|
||||
font-family: monospace, monospace;
|
||||
@ -133,9 +112,12 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active
|
||||
{
|
||||
border-bottom-color: transparent;
|
||||
color: #7289DA !important;
|
||||
color: #1BA965 !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
strong, b {
|
||||
|
Reference in New Issue
Block a user