1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 06:36:04 +00:00

tweaks to persistent retro css

This commit is contained in:
mat 2023-11-29 01:57:46 -06:00
parent ec9ad38fcc
commit 99564c879d
2 changed files with 9 additions and 5 deletions

View file

@ -23,8 +23,8 @@
<Head />
<div class="section-container">
<section>
<h1 bind:this={titleEl}>matdoesdev</h1>
<section id="main-index-page-section">
<h1 bind:this={titleEl} id="main-title">matdoesdev</h1>
<IconButtonRow>
<a href="//github.com/mat-1"><GitHubIcon /></a>

View file

@ -3,7 +3,7 @@ body {
background-image: url('/retro/background.gif');
color: #fff;
font-family: 'Comic Sans MS', cursive;
font-family: 'Comic Sans MS', cursive !important;
overflow: auto;
}
@ -18,7 +18,7 @@ a:link,
a:visited,
a:hover,
a:active {
color: #ffffff;
color: #ffffff !important;
}
img {
@ -26,7 +26,7 @@ img {
border: none;
}
:global(h2) {
h2 {
margin: 0;
}
@ -35,3 +35,7 @@ img {
*:after {
box-sizing: border-box;
}
#main-title:after {
content: ' :3';
}