Skip to content

Commit

Permalink
Compatibility and remove junk CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
4yman-0 committed Aug 24, 2024
1 parent 08da903 commit b5ee7d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
}

body {
/* Compatibility */
color: #EEE;
background: #222;

color: var(--fg);
background: var(--bg-1);
font-family: var(--font-1);
Expand Down
1 change: 0 additions & 1 deletion css/page.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

section, .footer {
padding: 4vh 1rem;
background: var(--bg-1);
}


Expand Down
5 changes: 2 additions & 3 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@
margin: 0;
}

.contact {
background: var(--bg-1);
}
/*.contact {
}*/

.contact__txt {
margin-bottom: 1rem;
Expand Down

0 comments on commit b5ee7d8

Please sign in to comment.