/*
any variables listed in style_config_default.css can be overridden by giving them a new value in this file
- add additional variable on new lines inside the :root element
- don't forget the semicolon at the end of the line
*/

:root {
    --link-color: #38b722;
    --accent-color: #black;
  }

