9 lines
629 B
CSS
9 lines
629 B
CSS
/** Copia reducida de assets/css/main.css del tema Next para usar en el landing **/
|
|
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
|
|
:root{--body:#fff;--black:#000;--white:#fff;--theme:#5C30FD;--theme-2:#8760FD;--header:#101828;--text:#696969}
|
|
body{font-family:"Rubik",sans-serif;background-color:var(--white);color:var(--text)}
|
|
.theme-btn{display:inline-block;background:var(--theme);color:var(--white);padding:12px 20px;border-radius:10px}
|
|
.hero{padding:6rem 0}
|
|
.hero h1{font-size:48px;color:var(--header)}
|
|
/* Añade aquí más reglas si hace falta para el landing */
|