This commit is contained in:
admin 2024-09-28 10:22:32 +00:00
parent aea64885c9
commit ba591648c0
2 changed files with 6 additions and 4 deletions

View File

@ -1,12 +1,12 @@
@import url("https://fonts.googleapis.com/css2?family=Fira+Code&family=Fira+Code:wght@400;700&display=swap");
:root {
--background: #1a170f;
--background: #000000;
--foreground: #eceae5;
--accent: #eec35e;
--accent: #00eb27;
--font-size: 1rem;
--line-height: 1.54rem;
--radius: 0px;
--radius: 0pxpx;
}
html {

File diff suppressed because one or more lines are too long