diff options
author | altaf-creator <athaalaa@gmail.com> | 2023-10-11 13:51:04 +0700 |
---|---|---|
committer | altaf-creator <athaalaa@gmail.com> | 2023-10-11 13:51:04 +0700 |
commit | 3a905dac9413d931bf8587f2aaf6b1b15568a8de (patch) | |
tree | 003667752c23c4f53149e5b00b35760986873089 | |
parent | 0c11a5b9afd18be6f7bc1ec618031161699e7ba0 (diff) |
Fixed missing fonts
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ +@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,150;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,150;1,400;1,500;1,600;1,700;1,800&display=swap'); + :root { --accent1: #00BA62; --accent2: #008C94; --accent: #00A37B; } -@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,150;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,150;1,400;1,500;1,600;1,700;1,800&display=swap'); - ::-moz-selection { /* Code for Firefox */ color: white; background: black; |