dot_testing/vimb/school

14 lines
534 B
Plaintext
Raw Normal View History

2021-05-09 19:04:25 -05:00
# general settings
set cookie-accept=always
set html5-database=true
set html5-local-storage=true
set plugins=true
set geolocation=ask
set scripts=true
set javascript-can-access-clipboard=true
# browser themeing
set status-css=color: #202020; background-color: #f1866c; font: Fantasque Sans Mono; font-size: 14px;
set status-ssl-css=color: #5d7557; background-color: #f1866c; font: Fantasque Sans Mono; font-size: 14px;
set status-ssl-invalid-css=color: #e55d4d; background-color: #f1866c; font: Fantasque Sans Mono; font-size: 14px;