mirror of
https://github.com/ION606/browser-chromium.git
synced 2026-05-14 22:26:56 +00:00
23 lines
260 B
CSS
23 lines
260 B
CSS
/* 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;
|
|
}
|