Merge pull request #2039 from HollandeP/master

Made About page text visible across default Linux themes
This commit is contained in:
Dan Stillman 2021-05-16 04:15:17 -04:00 committed by GitHub
commit 3880687d2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,7 @@
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>
<?xml-stylesheet href="chrome://zotero/skin/about.css" type="text/css"?>
<?xml-stylesheet href="chrome://zotero-platform/content/zotero-react-client.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://zotero/locale/about.dtd">
<dialog

4
scss/linux/_about.scss Normal file
View file

@ -0,0 +1,4 @@
#aboutcontent
{
color: #3e3e3e;
}

View file

@ -8,3 +8,4 @@
@import "linux/editable";
@import "linux/search";
@import "linux/tagsBox";
@import "linux/about";