vivaldi/panels/html-chars.css
Stian Lund 60e2138a12 commit
2024-08-05 18:15:25 +02:00

19 lines
421 B
CSS
Executable File

body { color: white; background-color: black; }
h1,body,html { margin-top: none; padding-top: none; }
a { color: skyblue; }
td { font-size: 90%; text-align: center; }
td.right { text-align: right; }
td.dark { color: #FFFFFF; }
.highlight { background-color: darkred ; }
img { border: 0px; }
em { background-color: darkred; }
caption { display: none; }
h1 { font-size: medium; }
html[xmlns] h1 { font-size: large; }