add files
This commit is contained in:
25
assets/wvbrowser_ui/content_ui/styles.css
Normal file
25
assets/wvbrowser_ui/content_ui/styles.css
Normal file
@ -0,0 +1,25 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
border: none;
|
||||
padding: 0;
|
||||
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: rgb(240, 240, 242);
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 32px 50px;
|
||||
font-family: 'system-ui', sans-serif;
|
||||
}
|
||||
|
||||
.main-title {
|
||||
display: block;
|
||||
margin-bottom: 18px;
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
color: rgb(16, 16, 16);
|
||||
}
|
||||
Reference in New Issue
Block a user