traxxx-web/assets/css/style.css

66 lines
850 B
CSS
Raw Normal View History

@import 'theme';
@import 'states';
@import 'inputs';
@import 'forms';
@import 'markdown';
@import 'tooltip';
@import 'video';
html,
body,
#app {
height: 100%;
}
body {
margin: 0;
color: var(--text);
font-family: Arial, Helvetica, sans-serif;
}
.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);
}
2024-11-04 02:04:51 +00:00
.icon.icon-social.icon-twitter {
fill: #008ad8;
}
2024-11-04 02:04:51 +00:00
.icon.icon-social.icon-onlyfans {
fill: #00adef;
}
2024-11-04 02:04:51 +00:00
.icon.icon-social.icon-fansly {
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);
}