removed comments from css

This commit is contained in:
2026-01-11 18:10:15 +01:00
parent 862dbaefbe
commit dba3912a04
-38
View File
@@ -562,22 +562,6 @@ data:
title: NextCloud
custom.css: |
# =============================================================================
# GLANCE CUSTOM CSS - BLUE/TECH THEME
# =============================================================================
#
# Replace your entire custom.css section in the ConfigMap with this content.
#
# COLOR REFERENCE (adjust these to change the entire theme):
# - Cyan accent: #5ac8d8 (primary links, headers, active elements)
# - Cyan hover: #7ed9e6 (hover states)
# - Cyan dark: #2d7e88 (widget titles, subtle accents)
# - Blue background: rgba(30, 60, 90, X) (widget backgrounds, X = opacity)
# - Blue accent bg: rgba(45, 126, 136, X) (highlight backgrounds)
#
# HSL equivalent: hsl(190, 55%, 60%) for cyan accent
# =============================================================================
/* =========================================================================
WALLPAPER VISIBLE
========================================================================= */
@@ -930,28 +914,6 @@ data:
border-color: #5ac8d8 !important;
}
# =============================================================================
# QUICK COLOR REFERENCE FOR EXPERIMENTING
# =============================================================================
#
# To change the entire theme, search and replace these colors:
#
# PRIMARY CYAN: #5ac8d8 → Your new accent color
# HOVER CYAN: #7ed9e6 → Slightly lighter version
# VISITED CYAN: #4ab8c8 → Slightly darker version
# BG BLUE DARK: rgba(20, 50, 70, X) → Widget backgrounds
# BG BLUE LIGHT: rgba(30, 70, 90, X) → Bookmark backgrounds
# BG TEAL ACCENT: rgba(45, 126, 136, X) → Item highlights
#
# Alternative color palettes to try:
#
# TEAL/MINT: Primary: #4fd1c5 Hover: #6ee7db
# ELECTRIC BLUE: Primary: #3b82f6 Hover: #60a5fa
# PURPLE-BLUE: Primary: #8b5cf6 Hover: #a78bfa
# GREEN-CYAN: Primary: #10b981 Hover: #34d399
#
# =============================================================================
---
apiVersion: apps/v1
kind: Deployment