1
0
Fork 0

Add underline to wizard titles

Dieser Commit ist enthalten in:
Angus McLeod 2020-04-30 19:34:12 +10:00
Ursprung 305ad2632a
Commit da6d7a788b

Datei anzeigen

@ -31,6 +31,12 @@
p {
margin: 0 0 0.5em 0;
background-image: linear-gradient(180deg, transparent 95%, #08c 0);
background-repeat: no-repeat;
background-color: initial;
padding: 0px;
background-size: 100% 100%;
text-decoration: none;
}
}