Files
browser-chromium/CSS/style.css
T

23 lines
260 B
CSS
Raw Normal View History

2024-11-01 20:55:18 -04:00
/* style.css */
body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f0f0f0;
}
h1 {
color: #333;
}
webview {
display: none;
}
.open-webview {
display: block;
}
#tabwebview {
display: block !important;
}