somethings I don't remember

This commit is contained in:
geoffrey45
2021-12-10 22:53:27 +03:00
parent aed2c74975
commit 3beab7b0a1
12 changed files with 87 additions and 32 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
:root {
--seperator: #ffffff46;
--separator: #ffffff46;
--green: #4ad168;
}
* {
@@ -35,8 +35,8 @@ a {
color: #fff;
}
.seperator {
border-top: .1em $seperator solid;
.separator {
border-top: .1em $separator solid;
color: transparent;
margin: $small 0 $small 0;
}