Refactor: centraliser les couleurs du thème dans des variables CSS
This commit is contained in:
@@ -23,8 +23,8 @@ body::before {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
|
||||
linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
|
||||
background-image: linear-gradient(var(--bg-white-02) 1px, var(--transparent) 1px),
|
||||
linear-gradient(90deg, var(--bg-white-02) 1px, var(--transparent) 1px);
|
||||
background-size: 2px 2px;
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
|
||||
Reference in New Issue
Block a user