darker ollama with better contrast.
dark ollama - high contrast by NOTMEE12
Details
AuthorNOTMEE12
LicenseNo License
Categoryollama
Created
Updated
Size2.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name dark ollama - high contrast
@version 20240710.09.01
@namespace https://userstyles.world/user/notmee12
@description darker ollama with better contrast.
@author notmee12
==/UserStyle== */
@-moz-document url-prefix("https://ollama.com/") {
body, main, nav, header, div {
background-color: #000;
}
img[alt="Ollama"], img[alt="ollama logo"], img.w-4.h-4 {
filter: invert(1);
}
h2, p, span, a, input, select, strong, th, td, li, button, #popup {
color: #fff !important;
}
h3, #text-xs, div.text-neutral-500 {
color: #aaa !important;
}
footer, input#search, select, a {
background: #000 !important;
}
button {
background: transparent !important;
}
a[href="/download"] {
transition: 0.5s ease-in-out;
background-color: #222 !important;
color: #fff !important;
}
a[href="/download"]:hover {
background-color: #fff !important;
color: #000 !important;
}
span.rounded-md {
background-color: #bbeaf4;
color: #1b4160 !important;
}
span.rounded-full {
background-color: #552e00;
color: #ffd6a4 !important;
}
code, pre {
background-color: #222 !important;
color: #fff !important;
font-family: monospace;
}
li::marker {
color: #fff !important;
}
.mt-2 {
margin-top: 0;
padding-top: 0.5rem;
background-color: #000;
}
div.px-4.py-3.bg-neutral-50.flex.justify-between.items-center.text-xs.text-neutral-900 {
background: #0a0a0a;
}
.space-y-1 {
visibility: hidden;
}
div.mt-2 {
border-radius: 0px;
}
label {
background: #000 !important;
color: #fff !important;
}
label img {
background: transparent !important;
}
div.my-2 {
background: #000 !important;
}
div.py-2.px-4.space-y-2 {
background: transparent;
}
div.font-medium.text-neutral-800.text-sm.truncate {
color: #fff;
}
a.group.text-neutral-700.flex.px-4.py-2.text-sm.items-center.space-x-2.justify-between.w-full.bg-neutral-100 {background-color: #eee1 !important;}
a.group.text-neutral-700.flex.px-4.py-2.text-sm.items-center.space-x-2.justify-between.w-full.bg-neutral-100 div {background-color: transparent;}
}