Skip to content

Commit

Permalink
Increased scope of the module, should now apply it's style to all pop…
Browse files Browse the repository at this point in the history
…ping windows.
  • Loading branch information
Tenyryas committed Jan 25, 2023
1 parent 4456048 commit ca57893
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions css-partials/swade-cyber-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,44 @@
border-bottom: 1px solid var(--box-colour);
}

div.window-app section.window-content {
background-image: var(--bg-img);
background-color: var(--white);
animation: var(--animation);
color: var(--text-main-colour);
}

div.window-app section.window-content h2.border {
border-bottom: 1px solid var(--box-colour);
}

div.window-app section.window-content .tabs .item.active,
div.window-app section.window-content a:hover {
text-shadow: 0 0 10px var(--contrast-colour);
}

div.window-app section.window-content input:focus,
div.window-app section.window-content textarea:focus,
div.window-app section.window-content button:hover,
div.window-app section.window-content button:focus,
div.window-app section.window-content select:focus {
box-shadow: 0 0 5px var(--contrast-colour);
}

div.window-app section.window-content input[type=checkbox] {
accent-color: var(--box-colour);
}

.compendium-toc .toc h1.header {
color: var(--text-headers-colour);
border-bottom: 2px solid var(--box-colour);
}

.compendium-toc .toc .toc-entry .name {
text-decoration-color: var(--box-colour);
}


/*********************************
*
* CHECKMARKS
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"flags": {}
}
],
"version": "1.3.0",
"version": "1.3.1",
"compatibility": {
"minimum": "10",
"verified": "10"
Expand Down Expand Up @@ -43,5 +43,5 @@
}
],
"manifest": "https://raw.githubusercontent.com/Tenyryas/swade-cyber-css/master/module.json",
"download": "https://github.com/Tenyryas/swade-cyber-css/raw/v1.3.0/swade-cyber-css.zip"
"download": "https://github.com/Tenyryas/swade-cyber-css/raw/v1.3.1/swade-cyber-css.zip"
}

0 comments on commit ca57893

Please sign in to comment.