2023-12-30 05:29:53 +00:00
|
|
|
@import 'theme';
|
|
|
|
@import 'states';
|
|
|
|
@import 'inputs';
|
|
|
|
@import 'forms';
|
|
|
|
@import 'markdown';
|
|
|
|
@import 'tooltip';
|
2024-03-24 03:22:37 +00:00
|
|
|
@import 'video';
|
2023-12-30 05:29:53 +00:00
|
|
|
|
|
|
|
html,
|
|
|
|
body,
|
|
|
|
#app {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
color: var(--text);
|
2024-03-19 20:38:08 +00:00
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
2023-12-30 05:29:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.link {
|
|
|
|
color: var(--link);
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.heading {
|
|
|
|
margin: 0 0 1rem 0;
|
2024-08-31 02:59:05 +00:00
|
|
|
color: var(--primary);
|
2023-12-30 05:29:53 +00:00
|
|
|
}
|
2024-11-03 05:30:09 +00:00
|
|
|
|
2024-11-04 02:04:51 +00:00
|
|
|
.icon.icon-social.icon-twitter {
|
2024-11-03 05:30:09 +00:00
|
|
|
fill: #008ad8;
|
|
|
|
}
|
|
|
|
|
2024-11-04 02:04:51 +00:00
|
|
|
.icon.icon-social.icon-onlyfans {
|
2024-11-03 05:30:09 +00:00
|
|
|
fill: #00adef;
|
|
|
|
}
|
|
|
|
|
2024-11-04 02:04:51 +00:00
|
|
|
.icon.icon-social.icon-fansly {
|
2024-11-03 05:30:09 +00:00
|
|
|
fill: #2699f6;
|
|
|
|
}
|
2024-11-04 01:36:30 +00:00
|
|
|
|
2024-11-04 02:04:51 +00:00
|
|
|
.icon.icon-social.icon-linktree {
|
2024-11-04 01:36:30 +00:00
|
|
|
fill: #43e660;
|
|
|
|
}
|
|
|
|
|
2024-11-04 02:04:51 +00:00
|
|
|
.icon.icon-social.icon-pornhub {
|
2024-11-04 01:36:30 +00:00
|
|
|
fill: #ff9000;
|
|
|
|
}
|
|
|
|
|
2024-11-04 02:04:51 +00:00
|
|
|
.icon.icon-social.icon-cashapp {
|
2024-11-04 01:36:30 +00:00
|
|
|
fill: #00c853;
|
|
|
|
}
|
|
|
|
|
2024-11-04 02:04:51 +00:00
|
|
|
.icon.icon-social.icon-loyalfans {
|
2024-11-04 01:36:30 +00:00
|
|
|
fill: #d90a16;
|
|
|
|
}
|
2024-11-04 02:04:51 +00:00
|
|
|
|
|
|
|
.icon.icon-social {
|
|
|
|
fill: var(--highlight-strong-10);
|
|
|
|
}
|