Skip to content

Comments

Create Dracula theme CSS for UI styling#255

Open
AciDCooL wants to merge 2 commits intowheelybird:masterfrom
AciDCooL:AciDCooL-patch-1
Open

Create Dracula theme CSS for UI styling#255
AciDCooL wants to merge 2 commits intowheelybird:masterfrom
AciDCooL:AciDCooL-patch-1

Conversation

@AciDCooL
Copy link

Added a new Dracula theme CSS file with styling for various UI components.

Needs documentation for applying, simple as it is.

Kubernetes:
kustomize:

configMapGenerator:
  - name: luminary-dracula-theme
    files:
      - dracula-theme.css

deployment:

        volumeMounts:
        - name: dracula-theme-vol
          mountPath: /opt/luminary/dracula-theme.css
          subPath: dracula-theme.css
      volumes:
      - name: dracula-theme-vol
        configMap:
          name: luminary-dracula-theme

env var:

        - name: CUSTOM_STYLES
          value: "/dracula-theme.css"

Added a new Dracula theme CSS file with styling for various UI components.
still had zebra effect in the username list :")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant