1 Commits

Author SHA1 Message Date
d405bc8107 Back to development: 1.2.2
All checks were successful
Zip and attach installable zip to release / zip-and-attach (release) Successful in 5s
2025-08-08 14:43:19 -05:00
2 changed files with 7 additions and 7 deletions

View File

@@ -566,7 +566,7 @@ warningbox .error {
/* A quote, perhaps from another post. */
.bbc_quote,
/* A code block - maybe PHP ;) - shared styles. */
.bbc_code {
.bbc_code.bbc_code {
border-color: var(--color-code-border);
background: var(--color-code-bg);
}
@@ -1477,7 +1477,7 @@ div.bbc_footnotes .meaction {}
}
.post_subject {
color: var(--color-secondary);
color: var(--color-text-light-3);
}
.keyinfo h5 a,
@@ -1759,20 +1759,20 @@ li.ui-tab.ui-tabs-active.ui-state-active.ui-state-hover .ui-tabs-anchor {
}
.activity_stats li span {
border-color: #585858;
border-color: var(--color-secondary);
border-right-color: transparent;
border-left-color: transparent;
background: #7C7360;
background: var(--color-card);
}
.activity_stats li .bar {
border-color: var(--color-secondary);
border-bottom-color: transparent;
background: #1A1A1A;
background: var(--color-body-alternate);
}
.activity_stats li .bar div {
background: #47B263 linear-gradient(to bottom, #1FA2E1 0%, #0689C8 100%);
background: var(--color-green-badge) linear-gradient(to bottom, var(--color-primary) 0%, var(--color-primary-dark-2) 100%);
}
.profile_pie {

View File

@@ -2,7 +2,7 @@
<theme-info xmlns="https://www.elkarte.net/site/theme-info" xmlns:elk="https://www.elkarte.net/">
<!-- For the id, always use something unique - put your name, a colon, and then the package name. -->
<id>artix:Artix</id>
<version>1.2.1</version>
<version>1.2.2</version>
<!-- Theme name, used purely for aesthetics. -->
<name>Artix</name>
<!-- Author: your email address or contact information. The name attribute is optional. -->