Welcome to mirror list, hosted at ThFree Co, Russian Federation.

custom.css « css « static « exampleSite - github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24faafa719b4c02242dcbb65935b3d9114732036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
:root{

    /*
      Override desired values for the following variables.
    */

    /* GENERAL */
    --GENERAL-FONT: var(--GENERAL-FONT-1);
    --TITLE-FONT: var(--GENERAL-FONT-2);

    /* HOME */
    --HOME-TEXT-COLOR: rgb(200, 200, 200);

}