Changeset b8c66ba for public/css


Ignore:
Timestamp:
Sep 3, 2022, 1:32:21 AM (2 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
0fd65e0
Parents:
779efbc
Message:

Update blog pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/css/custom.css

    r779efbc rb8c66ba  
    6767}
    6868
    69 .navbar a:active, .navbar a:visited {
     69.navbar a:visited {
    7070    color: purple;
    7171}
     
    116116    border-radius: var(--universal-border-radius);
    117117    border: 1px solid #cfcfcf;
    118     max-height: calc(100% - 2 * (var(--universal-margin) + 0.5em) - 9em);
     118    max-height: calc(100% - 3 * (var(--universal-margin) + 0.5em) - 5em);
    119119    overflow: auto;
    120120    max-width: 35ch;
     
    215215}
    216216
     217a:active {
     218    color: purple;
     219    background: #ccc;
     220}
     221
    217222.abstract {
    218223    background: rgba(0,0,0,.1);
    219224}
     225
     226/* Org-mode */
     227.done {color: green;}
     228.todo {color: red;}
Note: See TracChangeset for help on using the changeset viewer.