accomadesc 0.3.26 → 0.3.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -133,7 +133,7 @@
133
133
  </header>
134
134
 
135
135
  <div class="floating-title">
136
- <h1>{translateFunc ? translateFunc(hero.title) : ''}</h1>
136
+ <h1 id="hero-title">{translateFunc ? translateFunc(hero.title) : ''}</h1>
137
137
  </div>
138
138
  {:else}
139
139
  {#if title}
@@ -282,16 +282,16 @@
282
282
  justify-content: center;
283
283
  /* mix-blend-mode: difference; */
284
284
  text-align: center;
285
- }
286
285
 
287
- h1 {
288
- margin-left: 1rem;
289
- color: var(--main-font-color);
290
- font-weight: bolder;
291
- font-size: 2.8rem;
292
- font-family: var(--landing-title-font-family, 'sans-serif');
293
- font-variant: var(--landing-title-font-variant, 'small-caps');
294
- filter: var(--title-filter);
286
+ h1#hero-title {
287
+ margin-left: 1rem;
288
+ color: var(--main-font-color);
289
+ font-weight: bolder;
290
+ font-size: 2.8rem;
291
+ font-family: var(--landing-title-font-family, 'sans-serif');
292
+ font-variant: var(--landing-title-font-variant, 'small-caps');
293
+ filter: var(--title-filter);
294
+ }
295
295
  }
296
296
 
297
297
  @media (max-width: 300px) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accomadesc",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",