changed styling
Some checks failed
Build / deploy (push) Has been cancelled

This commit is contained in:
CJSatnarine
2026-01-06 04:59:52 -05:00
parent 482f9a6385
commit 502ec8201d
4 changed files with 25 additions and 14 deletions

View File

@@ -1,9 +1,13 @@
@use "colours.scss";
@use "colours";
body {
background-color: colours.$background;
font-family: 'Roboto Mono';
font-size: large;
text-align: center;
// padding-left: 20%;
// padding-right: 20%
}
a:link,
@@ -45,12 +49,12 @@ blockquote>p {
color: colours.$blockquote;
}
ul li {
color: colours.$text;
}
ul li,
ol li {
color: colours.$text;
text-align: left;
padding-left: 10%;
list-style-position: inside;
}
code {
@@ -71,6 +75,7 @@ hr {
height: 5px;
border: 0;
}
/* GAY colour for special stuff */
.special {
background: linear-gradient(to right, colours.$h1, colours.$h2, colours.$h3, colours.$h4, colours.$h5, colours.$h6, colours.$h1, colours.$h1);
@@ -96,7 +101,14 @@ hr {
color: colours.$dates;
}
nav p {
color: colours.$text;
padding-left: 0%;
padding-right: 0%;
}
#text,
p {
color: colours.$text;
}

View File

@@ -40,6 +40,7 @@
</body>
<footer id="footer">
<p> --- </p>
<center>
<a href="https://evilr.ing/cjsatnarine/previous">&lt;</a>
<a href="https://evilr.ing">EVILRING</a>

View File

@@ -9,7 +9,7 @@
<ul>
{% for page in section.pages %}
<li><a id="blog_colour" href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
<p><a id="blog_colour" href="{{ page.permalink | safe }}">{{ page.title }}</a></p>
{% endfor %}
</ul>

View File

@@ -7,15 +7,13 @@
{{ section.content | safe }}
<ul>
<li><a id="vaxandi_forritari" href="{{ get_url(path='@/projects/vaxandi_forritari/_index.md') }}">vaxandi forritari</a></li>
<li><a id="aspiring_game_developer" href="{{ get_url(path='@/projects/aspiring_game_developer/_index.md') }}">aspiring game developer</a></li>
<li><a id="amateur_linguist" href="{{ get_url(path='@/projects/amateur_linguist/_index.md') }}">amateur linguist</a></li>
<li><a id="frolicking_photographer" href="{{ get_url(path='@/projects/frolicking_photographer/_index.md') }}">frolicking photographer</a></li>
<li><a id="adventuring_animator" href="{{ get_url(path='@/projects/adventuring_animator/_index.md') }}">adventuring animator</a></li>
<li><a id="music_enjoyer" href="{{ get_url(path='@/projects/music_enjoyer/_index.md') }}">music enjoyer</a></li>
<p><a href="{{ get_url(path='@/projects/programming/_index.md') }}">programming</a></p>
<p><a href="{{ get_url(path='@/projects/game_development/_index.md') }}">game development</a></p>
<p><a href="{{ get_url(path='@/projects/language_stuff/_index.md') }}">language stuff</a></p>
<p><a href="{{ get_url(path='@/projects/photography/_index.md') }}">photography</a></p>
<p><a href="{{ get_url(path='@/projects/animation/_index.md') }}">animation</a></p>
<p><a href="{{ get_url(path='@/projects/weekly_blender_render/_index.md')}}">weekly blender render</a></p>
</ul>
<ul>
{% for page in section.pages %}