Skip to content

Instantly share code, notes, and snippets.

@aleduca
Last active July 18, 2025 13:00
Show Gist options
  • Save aleduca/f4b3751e4ebbaeb08cdbfc5dc2ac076a to your computer and use it in GitHub Desktop.
Save aleduca/f4b3751e4ebbaeb08cdbfc5dc2ac076a to your computer and use it in GitHub Desktop.
Obsidian-config
@import url('https://fonts.googleapis.com/css2?family=Kode+Mono:[email protected]&display=swap');
/* Se não funcionar com o body coloque um asterisco(*) no lugar */
body {
font-family: "Kode Mono" !important;
--h1-color: #ffffff;
--h2-color: orange;
--h3-color: yellow;
--h4-color: rgb(242, 64, 64);
--h5-color: rgb(99, 49, 237);
--h6-color: rgb(252, 5, 206);
/* color: #ffffff; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
display: flex;
text-decoration: underline;
align-items: center;
padding: 3px;
border-radius: var(--radius-m);
background-color: var(--background-secondary);
}
.nav-file-title:hover,
.nav-folder-title:hover {
background-color: #ffeb3b33 !important;
cursor: pointer;
}
.nav-file-title.is-active {
background-color: #ffeb3b33 !important;
color: #ff9800 !important;
font-weight: bold;
}
.nav-file-title.is-active:hover {
background-color: #ffeb3b33 !important;
color: #ff9800 !important;
}
.nav-folder .nav-folder-title-content:before {
content: "📂";
padding-right: 5px;
}
.nav-folder.is-collapsed .nav-folder-title-content:before {
content: "📁";
padding-right: 5px;
}
.nav-file-title-content:before {
content: "📝";
padding-right: 5px;
}
soundscapesroot-nowplaying {
display: none !important;
}
button.soundscapesroot-changesoundscapebutton {
all: unset;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
padding: 1px !important;
margin-left: 2px;
}
.soundscapesroot-previousbutton~button:nth-of-type(3),
button.soundscapesroot-previousbutton,
button.soundscapesroot-previousbutton~button:nth-of-type(2),
button.soundscapesroot-nextbutton {
all: unset;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.soundscapesroot-volumeIcons {
all: unset;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
margin-left: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment