Gemini/Gemini-iOS/Resources/browser.css

41 lines
520 B
CSS

body {
font-family: ui-serif;
overflow-wrap: break-word;
}
pre {
font-family: ui-monospace;
overflow-wrap: normal;
overflow-x: auto;
tab-size: 4;
}
h1, h2, h3 {
line-height: 1;
font-weight: normal;
}
p.link {
display: block;
margin: 8px 0;
}
a {
color: rgb(0, 122, 255);
}
ul {
padding-left: 20px;
}
@media (prefers-color-scheme: dark) {
body {
background-color: black;
color: white;
}
a {
color: rgb(10, 132, 255);
}
}