mirror of
https://github.com/ION606/browser-chromium.git
synced 2026-05-14 22:26:56 +00:00
initial commit/backup
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user