prevents any links to have decoration underline
This commit is contained in:
parent
652daab30f
commit
0f8cb203d9
|
@ -13,6 +13,10 @@ html, body{
|
|||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.right-panel {
|
||||
display:none;
|
||||
position:absolute;
|
||||
|
|
Loading…
Reference in New Issue