iframe a hover underline

This commit is contained in:
Yuri Kuznetsov
2024-09-18 11:28:34 +03:00
parent 4194c4115d
commit 92d164d3d3
+4 -1
View File
@@ -25,12 +25,15 @@ body {
a {
color: @link-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
table {
display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: #e8eced;
border-spacing: 0;
}