summaryrefslogtreecommitdiffstats
path: root/src/styles/base
Commit message (Collapse)AuthorAgeFilesLines
* chore: increase toolbar buttons sizeArmand Philippot2022-02-132-24/+21
| | | | | | On small screen, they was too small I think. I also change some styles like focus state to keep consistency between all elements in toolbar. Also, I was not fan of the rotate effect.
* refactor(prism): rename color scheme attributes and remove prefixArmand Philippot2022-02-081-2/+2
|
* chore: add the Matomo opt-out formArmand Philippot2022-02-011-0/+10
|
* chore: animate main with fade in effectArmand Philippot2022-02-011-0/+10
|
* chore: animate brandingArmand Philippot2022-02-011-0/+61
|
* fix: disable animations and transitions on pseudo elementsArmand Philippot2022-02-011-2/+6
|
* chore: animate toolbar entranceArmand Philippot2022-02-011-0/+20
|
* chore: add a Prism plugin to set code blocks themeArmand Philippot2022-01-311-0/+40
|
* chore: update logoArmand Philippot2022-01-271-3/+5
| | | | | Adjust previous colors to fit the new website and add a dark version to better fit with the dark theme.
* chore: update project preview appearanceArmand Philippot2022-01-271-1/+2
|
* chore: adjust colors and grid layoutArmand Philippot2022-01-252-6/+16
|
* feat: add a setting to disable animations and transitionsArmand Philippot2022-01-171-0/+8
| | | | | Some users may not know the reduced motion settings, so I provide an option directly on the website to disable animations.
* feat: implement dark modeArmand Philippot2022-01-173-35/+67
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-164-12/+11
|
* chore: customize text selection colorsArmand Philippot2022-01-142-0/+7
|
* chore: customize browser scrollbarArmand Philippot2022-01-141-0/+20
|
* fix: make links pseudo elements consistent between browsersArmand Philippot2022-01-141-15/+13
| | | | | On Chromium the pseudo elements (like external links icon) was not displayed correctly.
* chore: ensure 100vh height and improve Header/Footer stylesArmand Philippot2022-01-082-4/+16
|
* chore: adjust h2 stylesArmand Philippot2022-01-081-5/+9
|
* chore: add main nav link statesArmand Philippot2022-01-071-0/+44
|
* chore: add a back to top linkArmand Philippot2022-01-041-0/+13
|
* chore(prism): replace Coldark theme with a custom themeArmand Philippot2022-01-031-0/+9
|
* chore: add styles to WP blocksArmand Philippot2022-01-032-12/+92
|
* chore: add a skip to content linkArmand Philippot2021-12-221-0/+49
|
* chore: replace svg imports with componentsArmand Philippot2021-12-221-1/+0
| | | | It allows me to control the colors of each SVG paths.
* chore: add a sharing componentArmand Philippot2021-12-211-0/+1
|
* chore: move toolbar size to global scopeArmand Philippot2021-12-201-0/+11
| | | | It allows me to manage footer padding on small viewports.
* chore: define secondary button stylesArmand Philippot2021-12-161-0/+3
| | | | I also rename submit style to primary.
* chore: create homepage with graphql dataArmand Philippot2021-12-131-0/+9
|
* chore: define base and typography rulesArmand Philippot2021-12-132-0/+193
|
* chore: define CSS variables for colors, fonts and spacingsArmand Philippot2021-12-133-0/+78
|
* chore: load css fontsArmand Philippot2021-12-131-0/+134