Compare commits

...

2 Commits

Author SHA1 Message Date
2d0ec47679
fix markdown css 2024-11-23 22:58:11 +01:00
fd4463683d
no more flashbang 😔 2024-11-23 22:58:05 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,6 @@
<h1><a class="reference" id="notes" href="#notes">Notes</a></h1> <h1><a class="reference" id="notes" href="#notes">Notes</a></h1>
<p>This will just contain markdown notes about academic stuff. Will try to use nice web stuff as much as <p>This will just contain markdown notes about academic stuff. Will try to use nice web stuff as much as
possible, like idk, integrate qalc graphs and that into formulas or smth.</p> possible, like idk, integrate qalc graphs and that into formulas or smth.</p>
<p>FLASHBANG ALERT!</p>
<ul class="row-ul"> <ul class="row-ul">
<li><a href="math">math</a></li> <li><a href="math">math</a></li>
<li><a href="physics">physics</a></li> <li><a href="physics">physics</a></li>

View File

@ -1,4 +1,6 @@
@import url('/styles/common.css'); @import url('/styles/common.css');
@import url('/styles/variables.css');
@import url('/styles/scrollbar.css');
@import url('/styles/classes/breaks.css'); @import url('/styles/classes/breaks.css');
@import url('/styles/classes/flex.css'); @import url('/styles/classes/flex.css');
@import url('/styles/classes/ul-directions.css'); @import url('/styles/classes/ul-directions.css');