Merge pull request #133 from unrealkakeman89/professorbunbury-sw5e

Updates to Archetypes, CSS/LESS, and Species
This commit is contained in:
CK 2021-02-04 15:34:22 -05:00 committed by GitHub
commit 68f19ecab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 118 additions and 116 deletions

View file

@ -41,7 +41,7 @@
//SW5e Colors
@colorBlack: #1C1C1C;
@colorDarkGray: #363636;
@colorGray: #4f4f4f;
@colorGray: #a9a9a9;
@colorLightGray: #828282;
@colorPaleGray: #D6D6D6;
@colorRed: #c40f0f;

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -298,7 +298,7 @@ body.light-theme .sidebar-tab .directory-header .header-search i.fa-search {
color: #0d99cc;
}
body.light-theme .sidebar-tab .directory-header .header-search input {
background: #4f4f4f;
background: #a9a9a9;
}
body.light-theme .sidebar-tab .subdirectory {
background: white;

View file

@ -98,7 +98,7 @@
<span>{{movement.primary}}</span>
</div>
<footer class="attribute-footer">
<span>{{movement.special}}</span>
<span>{{movement.special}} {{data.attributes.movement.units}}</span>
</footer>
</section>