mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-09 06:38:39 +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;
|
font-size: .9rem;
|
||||||
color: #48465b;
|
color: #48465b;
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
|
white-space: normal;
|
||||||
|
|
||||||
del, ins {
|
del, ins {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,13 @@
|
||||||
|
|
||||||
[data-href] {
|
[data-href] {
|
||||||
cursor: pointer;
|
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