Aureos Demo Theme 1
seo.aureuspos.com - Dec 2023 by oion

Details
Authoroion
LicenseNo License
Categoryseo.aureuspos.com
Created
Updated
Code size1.6 kB
Code checksum6db62b8a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name seo.aureuspos.com - Dec 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Ovidiu Ion
==/UserStyle== */
@-moz-document url-prefix("https://seo.aureuspos.com/") {
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
:root {
--theme1-color-accent: #eb5e28;
--theme1-color-secondary: #ccc5b9;
}
body {
font-family: 'Muli', sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Playfair Display', sans-serif;
}
.header {
background: rgba(37, 36, 34, 0.6);
backdrop-filter: blur(5px);
position: fixed;
}
.header-top {
background: rgba(0, 0, 0, 0);
}
.section-hero {
background-image: linear-gradient(45deg, hsla(17, 83%, 54%, 1) 0%, hsla(40, 4%, 14%, 1) 100%), url('/media/custom/hero_bg_bullion_details.jpg') !important;
background-blend-mode: difference;
}
.header .custom-logo-link img {
height: 90%
}
.btn-primary {
background-color: var(--theme1-color-accent);
border-color: var(--theme1-color-accent);
color: #fff;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
background-color: var(--theme1-color-accent);
border-color: var(--theme1-color-accent);
}
.glide__bullet::after {
background-color: var(--theme1-color-accent);
}
.card-coin-expand .table-sm td,
.card-coin-expand .table-sm th {
border-bottom: 1px solid var(--theme1-color-secondary);
}
}