Made About page text visible across default Linux themes
This commit is contained in:
parent
128ed5e4c2
commit
4ab6fe8c59
3 changed files with 6 additions and 0 deletions
|
@ -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
4
scss/linux/_about.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
#aboutcontent
|
||||
{
|
||||
color: #3e3e3e;
|
||||
}
|
|
@ -8,3 +8,4 @@
|
|||
@import "linux/editable";
|
||||
@import "linux/search";
|
||||
@import "linux/tagsBox";
|
||||
@import "linux/about";
|
||||
|
|
Loading…
Reference in a new issue