Compare commits

...

2 Commits

Author SHA1 Message Date
Salt 501b5715b0 Dark mode? Dark mode
Git Desu/9iron/pipeline/head This commit looks good Details
2022-01-26 00:41:55 -06:00
Salt 4d3ac51569 Fix typo 2022-01-26 00:35:39 -06:00
2 changed files with 9 additions and 9 deletions

View File

@ -32,7 +32,7 @@
<a href="/movienight" class="iconbutton">
<i class="fa fa-film"></i>
<h1>Movie Night</h1>
<p>Take a set, pop some popcorn, and watch a movie with da bois. Anybody can host if they want</p>
<p>Take a seat, pop some popcorn, and watch a movie with da bois. Anybody can host if they want</p>
</a>
</div>
</div>

View File

@ -8,18 +8,18 @@
/* GLOBALS */
:root {
--background-bright: #fdfcfa;
--background: #ecebe9;
--background-bright: #323232;
--background: #2a2a2a;
--line: rgba(0,0,0,0.1);
--greenlink: #327117;
--greenlink-hover: #47b625;
--greenlink: #47b625;
--greenlink-hover: #82e24f;
--warning: #f7cf04;
--error: #d95757;
--link: #286a9d;
--link-hover: #3ea5f3;
--link: #5da9fb;
--link-hover: #81ccfb;
--shadow: 8px -5px rgba(0,0,0,0.1);
--text: #414040;
--text-code: #a7674e;
--text: #d9d9d9;
--text-code: #d48163;
}
html {
overflow-y: scroll;