Skip to content

Colours

AlexFlipnote edited this page Sep 11, 2022 · 2 revisions

There are a lot of colours in Modesta that are pre-made to make it easier to colour things without needing to make custom CSS for that. You can view all colours here:
https://github.com/AlexFlipnote/Modesta/blob/master/scss/assets/_colours.scss

To view them all in a pretty website format, visit here:
https://modesta.alexflipnote.dev/colours/

Notable colour usage

There are 3 ways you can use these colours.

  • COLOUR-text will make the text to chosen colour
  • COLOUR-bg will change the background to chosen colour
  • COLOUR-dropshadow will change the background and add a dropshadow to chosen colour

Source: https://github.com/AlexFlipnote/Modesta/blob/master/scss/components/_colour.scss

Clone this wiki locally