Skip to content
Snippets Groups Projects
templates.css 370 B
Newer Older
  • Learn to ignore specific revisions
  • .template-content-label {
    
        font-weight: 600;
    }
    
    
    .collapsible-header-button {
        position: absolute;
        right: 15px;
        top: 8px;
        font-weight: bold;
    
    .template-selected {
    
        background-color: var(--color-grey-light);
    
    }
    
    /* dark theme */
    [data-theme="dark"] .template-selected {
        background-color: #888888;