ixed small detail on snorql with the dark theme
Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/e27a182a Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/e27a182a Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/e27a182a Branch: refs/heads/develop Commit: e27a182a61147ef75d06b17648c92d9c5293f7e7 Parents: 3f25889 Author: Sergio Fernández <[email protected]> Authored: Fri Mar 29 12:24:34 2013 +0100 Committer: Sergio Fernández <[email protected]> Committed: Fri Mar 29 12:24:34 2013 +0100 ---------------------------------------------------------------------- .../resources/web/public/style/scheme/dark.css | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/e27a182a/platform/marmotta-core/src/main/resources/web/public/style/scheme/dark.css ---------------------------------------------------------------------- diff --git a/platform/marmotta-core/src/main/resources/web/public/style/scheme/dark.css b/platform/marmotta-core/src/main/resources/web/public/style/scheme/dark.css index a02a10c..a38af80 100644 --- a/platform/marmotta-core/src/main/resources/web/public/style/scheme/dark.css +++ b/platform/marmotta-core/src/main/resources/web/public/style/scheme/dark.css @@ -163,3 +163,11 @@ dl dt { color: #6dcff5; } +.snorql pre#prefixestext { + color: #2c2c2c !important; +} + +.snorql table.queryresults td, .snorql table.queryresults td span.uri a.graph-link { + color: #2c2c2c !important; +} +
