LibWeb: Update the CSS prefix to -libweb

This commit is contained in:
Sergey Bugaev 2020-05-21 15:05:55 +03:00 committed by Andreas Kling
commit c00076de82
Notes: sideshowbarker 2024-07-19 06:17:26 +09:00
3 changed files with 3 additions and 3 deletions

View file

@ -94,7 +94,7 @@ li {
}
a:link {
color: -libhtml-link;
color: -libweb-link;
text-decoration: underline;
}