prevents any links to have decoration underline

This commit is contained in:
luciash 2016-05-03 14:48:19 +02:00
parent 652daab30f
commit 0f8cb203d9
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ html, body{
overflow-x: hidden;
}
a {
text-decoration: none !important;
}
.right-panel {
display:none;
position:absolute;