Fixade till utskriften
This commit is contained in:
@@ -7,21 +7,20 @@
|
||||
|
||||
.hv-item {
|
||||
padding: 12px 16px;
|
||||
border: 1px solid #ddd;
|
||||
border: 1px solid #2a2e37;
|
||||
border-radius: 6px;
|
||||
background: #fafafa;
|
||||
transition:
|
||||
background 0.2s,
|
||||
box-shadow 0.2s;
|
||||
}
|
||||
|
||||
.hv-item:hover {
|
||||
background: #f5f5f5;
|
||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
|
||||
background-color: #16181d;
|
||||
}
|
||||
|
||||
.hv-kurs {
|
||||
font-weight: bold;
|
||||
color: #ff8f3f;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
@@ -40,5 +39,5 @@
|
||||
margin: 2px 0 4px 0;
|
||||
}
|
||||
.hv-item i {
|
||||
color: hsl(0, 50%, 60%);
|
||||
color: #4da3ff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user