Change colour scheme #6

Open
opened 2020-04-06 12:46:06 +00:00 by decentral1se · 0 comments
Contributor

A quick hack for making our online presence a bit more fresh is changing the colour scheme on our website. I have some ideas but I'm struggling to work out how our site handles colours. It might be that I am missing something obvious.
For example in https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/-/blob/master/src/assets/styles/components/_banner.scss

.particle {
  position: relative;
  user-select: none;
  background: _palette(accent3, bg);

I don't know how to find _palette(accent3, bg) to modify it. Please help, I am a (lost emoji because Gitea explodes!) hacker.

https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/-/issues/67

A quick hack for making our online presence a bit more fresh is changing the colour scheme on our website. I have some ideas but I'm struggling to work out how our site handles colours. It might be that I am missing something obvious. For example in https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/-/blob/master/src/assets/styles/components/_banner.scss ``` .particle { position: relative; user-select: none; background: _palette(accent3, bg); ``` I don't know how to find _palette(accent3, bg) to modify it. Please help, I am a (lost emoji because Gitea explodes!) hacker. > https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/-/issues/67
kawaiipunk added the
enhancement
label 2021-01-25 19:04:29 +00:00
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: autonomic-cooperative/autonomic.zone#6
No description provided.