First version

This commit is contained in:
h3artbl33d 2025-03-08 16:47:10 +01:00
commit 4dc11bc8a4
31 changed files with 676 additions and 0 deletions

27
src/assets/css/style.css Normal file
View file

@ -0,0 +1,27 @@
/**************************************************
*** HARDENEDBSD STYLESHEET ***
*** --- ***
*** @package: hardenedbsd ***
*** @version: 2025030801 ***
*** @author: h3artbl33d ***
*** ***
*** Contents: ***
*** 1. Imports ***
*** 2. Overrides ***
**************************************************/
/** Imports **/
@import url('variables.css');
@import url('base.css');
@import url('fonts.css');
@import url('header.css');
@import url('elements.css');
@import url('media.css');
/** Overrides **/
.test {
font-family: var(--monospace), monospace;
font-color: var(--red);
}