Skip to content

Commit

Permalink
swade core rules journal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenyryas committed May 30, 2023
1 parent 59e2224 commit f7fa2e3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
10 changes: 6 additions & 4 deletions css-partials/swade-cyber-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ div.window-app section.window-content {
color: var(--text-main-colour);
}

.sheet.journal-entry .journal-entry-content {
background-image: var(--bg-img);
background-color: var(--white);
animation: var(--animation);
.sheet.journal-entry:not(.swade-core-wrapper) .journal-entry-content {
background-image: var(--journal-bg-img);
background-color: var(--journal-bg);
background-repeat: repeat;
animation: var(--journal-animation);
background-size: unset;
}

div.window-app section.window-content h2.border {
Expand Down
5 changes: 4 additions & 1 deletion css-partials/swade-cyber-root.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
--lightblue: #0dabe8;
--darkgrey: #0a1629;
--white: #e8e8e8;


--journal-bg-img: var(--bg-img);
--journal-bg: var(--white);
--journal-animation: var(--animation);
--bg-img: url("../ui/PBR_2.png");
--skills-header: url(../ui/skills_header.webp);
--skills-body: url(../ui/skills_bg.webp);
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.3",
"version": "1.3.4",
"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.3/swade-cyber-css.zip"
"download": "https://github.com/Tenyryas/swade-cyber-css/raw/v1.3.4/swade-cyber-css.zip"
}
Binary file modified swade-cyber-css.zip
Binary file not shown.

0 comments on commit f7fa2e3

Please sign in to comment.