style: style <i> tags
This commit is contained in:
parent
92178771ad
commit
bc523d59a9
1 changed files with 6 additions and 0 deletions
|
@ -141,6 +141,12 @@ body {
|
|||
"route";
|
||||
}
|
||||
|
||||
:where([title]) {
|
||||
cursor: help;
|
||||
text-decoration: underline;
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
grid-area: header;
|
||||
border-bottom: 5px solid black;
|
||||
|
|
Loading…
Reference in a new issue