Tomm G

AboutTomm G

Tomm G, born in 1976, has been deeply involved in astrology for over 25 years. He also leads digital magazines covering topics like mysticism, romance, and music, showcasing his diverse interests. In addition to his writing and editing work, Tomm is talented in photography and design. His creative skills make him stand out in both the art and astrology worlds.

User info

Email address
tomm.gi@gmail.com
Website
https://mythbeasts.com

Get notified

Whenever new and interesting job listings are added.

document.addEventListener('DOMContentLoaded', function() { document.querySelectorAll('.beast-card').forEach(card => { // Find the color chip within the card const colorChip = card.querySelector('.tdb-module-term'); // Check if the color chip exists if (colorChip) { // Get the background color, either as a variable or computed color const chipStyle = window.getComputedStyle(colorChip); const bgColor = chipStyle.getPropertyValue('background-color') || chipStyle.getPropertyValue('--your-variable-name'); // Apply the color to the card background card.style.backgroundColor = bgColor; } }); });