Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* General text */
- body, * {
- color: #a0e0ff !important; /* ice blue text */
- text-shadow: 0 0 2px rgba(160, 224, 255, 0.4) !important;
- }
- /* Usernames / mentions */
- a,
- .username,
- .mention,
- .text-direct-casts-username,
- .text-sm.text-direct-casts-username,
- .text-sm.text-direct-casts-username.font-semibold {
- color: #ff66cc !important; /* purple-pink */
- text-shadow: 0 0 2px rgba(255, 102, 204, 0.4) !important;
- transition: color 0.2s ease, text-shadow 0.2s ease;
- }
- /* Hover effect for usernames */
- a:hover,
- .username:hover,
- .mention:hover,
- .text-direct-casts-username:hover,
- .text-sm.text-direct-casts-username:hover,
- .text-sm.text-direct-casts-username.font-semibold:hover {
- color: #ff85dd !important; /* brighter pink */
- text-shadow: 0 0 4px rgba(255, 102, 204, 0.7) !important;
- }
- /* Secondary text (timestamps, metadata) */
- .timestamp,
- .meta,
- .secondary {
- color: #cccccc !important; /* softer gray */
- text-shadow: none !important;
- }
- /* Links in messages */
- .message a {
- color: #00ffff !important;
- text-shadow: 0 0 2px rgba(0, 255, 255, 0.4) !important;
- transition: color 0.2s ease, text-shadow 0.2s ease;
- }
- .message a:hover {
- color: #66ffff !important;
- text-shadow: 0 0 4px rgba(0, 255, 255, 0.7) !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment