Files
classquiz-ai/frontend/src/app.css
T
2022-07-02 17:20:55 +02:00

26 lines
602 B
CSS

/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
/* Write your global styles here, in PostCSS syntax */
@tailwind base;
@tailwind components;
@tailwind utilities;
/*@fontsource/marck-script;*/
.marck-script {
font-family: 'Marck Script';
}
.link-hover {
transition: all 0.3s;
}
.link-hover:hover {
background: linear-gradient(90deg, #009444, #39b54a, #8dc63f);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}