אונטערשייד צווישן ווערסיעס פון "מוסטער:מנוקד/styles.css"

פון המכלול
קפיצה לניווט קפיצה לחיפוש
(בס"ד)
 
אין תקציר עריכה
שורה 9: שורה 9:
span.nikud:focus {
span.nikud:focus {
     font-size: 175%;
     font-size: 175%;
    color: #0040e0; /* Slightly deeper blue */
     outline: none;
     outline: none;
    text-shadow: 0 0 4px rgba(0, 43, 184, 0.7);
}
}

רעוויזיע פון 01:43, 9 סעפטעמבער 2025

span.nikud {
    color: #002bb8;
    cursor: pointer;
    font-size: 125%;
    transition: font-size 0.2s ease, color 0.2s ease;
}

span.nikud:hover,
span.nikud:focus {
    font-size: 175%;
    outline: none;
}