Actualiser main-site.scss
This commit is contained in:
parent
57e131c004
commit
445d940ee6
1 changed files with 7 additions and 1 deletions
|
@ -18,7 +18,13 @@ $confirmationcolortext: rgb(220, 255, 220);
|
||||||
* {
|
* {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
a{
|
||||||
|
color:$textcolor;
|
||||||
|
&::after{content:"";background-color:$pricolor;width:0px;height:5px;position:relative;top:-10px;left:50%;transform:translate(-50% 0%);}
|
||||||
|
&:hover::after{
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
background-color: $bgcolor;
|
background-color: $bgcolor;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue