Skip to content

Latest commit

 

History

History
60 lines (59 loc) · 950 Bytes

styleguide.md

File metadata and controls

60 lines (59 loc) · 950 Bytes

Style Guide

The properties below indicate the main styling for the site. The developpement of this style guide is currently in early stages.


Dark buttons

background-color: #6668;
border-radius: 5px;
transition-duration: 0.2s;

:hover

background-color: #8888;
border-radius: 4px;

:active

background-color: #fffa;
border-radius: 2px;

Scrollbar

transition-duration: 0.2s;

track

background: #0000;

thumb

background-color: #6668;
border-radius: 5px;

  :hover

background-color: #8888;
border-radius: 4px;

  :active

background-color: #fffa;
border-radius: 2px;

button

background-color: #6668;
border-radius: 5px;

  :hover

background-color: #8888;
border-radius: 4px;

  :active

background-color: #fffa;
border-radius: 2px;