Introduction du nouveau thème
This commit is contained in:
13
themes/42/assets/css/hr.css
Normal file
13
themes/42/assets/css/hr.css
Normal file
@@ -0,0 +1,13 @@
|
||||
hr {
|
||||
all: unset;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 1rem;
|
||||
margin: auto;
|
||||
position: relative;
|
||||
background: var(--background-hr-glow);
|
||||
|
||||
&.mirror {
|
||||
background: var(--background-hr-glow-mirror);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user