Skip to content

Commit

Permalink
Add Origin skin (#2625)
Browse files Browse the repository at this point in the history
* Add Origin skin

* Update Origin domain
  • Loading branch information
micahalcorn authored Oct 17, 2024
1 parent 75986b6 commit 1f97ea6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions skins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ import oaklanddao from './oaklanddao.scss';
import oceandao from './oceandao.scss';
import octofi from './octofi.scss';
import omg from './omg.scss';
import origin from "./origin.scss";
import paladin from './paladin.scss';
import pancake from './pancake.scss';
import pandayield from './pandayield.scss';
Expand Down Expand Up @@ -496,6 +497,7 @@ export default {
oceandao,
octofi,
omg,
origin,
paladin,
pancake,
pandayield,
Expand Down
10 changes: 10 additions & 0 deletions skins/origin.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.origingov {
--primary-color: #0074F0;
--bg-color: #EDEFF5;
--text-color: #2E3137;
--link-color: #0074F0;
--heading-color: #111111;
--border-color: #D8DEE5;
--header-bg: F7F9FF;
--block-bg: transparent;
}
2 changes: 1 addition & 1 deletion spaces/domains.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
"vote.polyvertex.finance": "polyvertex.eth",
"vote.baconcoin.com": "baconcoin.eth",
"vote.undeadwarriors.io": "undeadwarriors.eth",
"vote.story.xyz": "origingov.eth",
"vote.originprotocol.com": "origingov.eth",
"vote.ousd.com": "ousdgov.eth",
"vote.aishine.me": "hustwyz.eth",
"gov.aol.gg": "apesonline.eth",
Expand Down

0 comments on commit 1f97ea6

Please sign in to comment.