refactor: use rgb in css

This commit is contained in:
quenousimporte 2023-11-16 10:56:16 +01:00
parent 70cfa80ed7
commit c273542a50
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
:root {
--black: rgb(55, 53, 47);
--accent: #5AA7CE;
--accent: rgb(90, 167, 206);
--shadow: 0.75px 0 0;
}