@@ -1,8 +1,4 @@ | |||||
<style> | <style> | ||||
#lesspass .white-link { | |||||
color: white; | |||||
} | |||||
#lesspass.card { | #lesspass.card { | ||||
border: none; | border: none; | ||||
} | } | ||||
@@ -18,11 +14,6 @@ | |||||
} | } | ||||
} | } | ||||
#lesspass .white-link:hover, #lesspass .white-link:focus, #lesspass .white-link:active { | |||||
text-decoration: none; | |||||
color: white; | |||||
} | |||||
#lesspass, #lesspass * { | #lesspass, #lesspass * { | ||||
border-radius: 0 !important; | border-radius: 0 !important; | ||||
} | } | ||||
@@ -1,9 +1,9 @@ | |||||
<style> | <style> | ||||
.white-link, .text-white { | |||||
#menu .white-link, #menu .text-white { | |||||
color: white; | color: white; | ||||
} | } | ||||
.white-link:hover, .white-link:focus, .white-link:active { | |||||
#menu .white-link:hover, #menu .white-link:focus, #menu .white-link:active { | |||||
text-decoration: none; | text-decoration: none; | ||||
color: white; | color: white; | ||||
} | } | ||||