mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
fix link color in portlet and article whitespace handling
This commit is contained in:
parent
03f3292f11
commit
1665823c8a
|
|
@ -9,6 +9,7 @@ article {
|
|||
font-size: .9rem;
|
||||
color: #48465b;
|
||||
line-height: 2rem;
|
||||
white-space: normal;
|
||||
|
||||
del, ins {
|
||||
padding: 3px;
|
||||
|
|
|
|||
|
|
@ -4,4 +4,13 @@
|
|||
|
||||
[data-href] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.portlet-body a {
|
||||
color: var(--link-color);
|
||||
border-bottom: 1px dotted var(--link-color);
|
||||
|
||||
&:hover {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
331
styles.css
331
styles.css
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user