mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-10 10:01:14 +10:00
Adding new qutebrowser configs
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
* {
|
||||
border-color: #800080 !important;
|
||||
}
|
||||
a {
|
||||
color: #5f87af !important;
|
||||
}
|
||||
a:visited {
|
||||
color: #87af87 !important;
|
||||
}
|
||||
body {
|
||||
background-color: #262626 !important;
|
||||
color: #bcbcbc !important;
|
||||
}
|
||||
html {
|
||||
background-color: #262626 !important;
|
||||
}
|
||||
input,
|
||||
textarea {
|
||||
background-color: #272727 !important;
|
||||
color: #bcbcbc !important;
|
||||
}
|
||||
blockquote,
|
||||
pre {
|
||||
background-color: #272727 !important;
|
||||
color: #bcbcbc !important;
|
||||
}
|
||||
* {
|
||||
border-color: #800080 !important;
|
||||
}
|
||||
a {
|
||||
color: #5f87af !important;
|
||||
}
|
||||
a:visited {
|
||||
color: #87af87 !important;
|
||||
}
|
||||
body {
|
||||
background-color: #262626 !important;
|
||||
color: #bcbcbc !important;
|
||||
}
|
||||
html {
|
||||
background-color: #262626 !important;
|
||||
}
|
||||
input,
|
||||
textarea {
|
||||
background-color: #272727 !important;
|
||||
color: #bcbcbc !important;
|
||||
}
|
||||
tr:hover,
|
||||
blockquote,
|
||||
pre {
|
||||
background-color: #272727 !important;
|
||||
color: #bcbcbc !important;
|
||||
}
|
||||
#toolMenu li {
|
||||
background-color: #262626 !important;
|
||||
}
|
||||
.navPanel,
|
||||
.navIntraTool {
|
||||
background-color: #262626 !important;
|
||||
}
|
||||
.instruction,
|
||||
.sakaiCopyrightInfo {
|
||||
color: #bcbcbc !important;
|
||||
}
|
||||
.listHier th {
|
||||
background-color: #444 !important;
|
||||
}
|
||||
ul.makeMenu {
|
||||
background-color: #444 !important;
|
||||
border: 1px solid #444 !important;
|
||||
}
|
||||
tr.external {
|
||||
background-color: #444 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user