ksawl_obsidian-alchemist/styles.css

53 lines
933 B
CSS

/* Alchemist Styles */
.alchemist-export-btn {
position: absolute;
right: 10px;
top: 10px;
z-index: 100;
font-size: 0.7em;
opacity: 0.6;
transition: opacity 0.2s ease-in-out;
background: var(--interactive-accent);
color: var(--text-on-accent);
border: none;
border-radius: 4px;
padding: 2px 6px;
cursor: pointer;
}
.alchemist-export-btn:hover {
opacity: 1;
background: var(--interactive-accent-hover);
}
.alchemist-support-container {
text-align: center;
padding: 20px;
}
.alchemist-support-buttons {
display: flex;
justify-content: center;
gap: 15px;
}
.alchemist-donate-btn {
color: white;
padding: 8px 15px;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
}
.alchemist-kofi {
background: #29abe0;
}
.alchemist-boosty {
background: #f15f2c;
}
.alchemist-relative-container {
position: relative;
}