Skip to content

Commit

Permalink
Set body color of dialog text to black, closes #43
Browse files Browse the repository at this point in the history
  • Loading branch information
JayWood committed May 23, 2016
1 parent f215565 commit 1a5d7f6
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@
[![Issues](https://img.shields.io/github/issues/JayWood/content-warning-v3.svg)](https://github.com/JayWood/content-warning-v3/issues)

**Current Version:** 3.6.9
**Tested Up To:** 4.5
**Tested Up To:** 4.5.2
**Author:** [Jay Wood](http://github.com/JayWood)
**Author URI:** http://plugish.com
**License:** GPLv2+
Expand Down Expand Up @@ -70,6 +70,9 @@ Please do not contact me with questions like this. If you cannot be descriptive

## Changelog

### 3.6.9
* Small cleanup

### 3.6.8
* Use background-image css property instead of just background - thanks to [95CivicSi](https://github.com/95CivicSi)

Expand Down
1 change: 0 additions & 1 deletion content-warning-v3.php
Expand Up @@ -28,4 +28,3 @@
function jw_cwv3_load_text_domain() {
load_plugin_textdomain( 'cwv3', false, dirname( plugin_basename( __FILE__ ) ) . '/lang' );
}

4 changes: 4 additions & 0 deletions css/cwv3.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/cwv3.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions css/sass/partials/_cwv3.scss
Expand Up @@ -44,6 +44,11 @@
padding: 0 .75em;
overflow: auto;
margin-bottom: 0.25em;
color: $dialog-text-color;

p{
color: $dialog-text-color;
}
}

.cwv3_btns{
Expand Down
1 change: 1 addition & 0 deletions css/sass/partials/_variables.scss
Expand Up @@ -11,4 +11,5 @@ $title-background : #FF0000;
$title-font-color : #FFFFFF;

$dialog-background : #FFFFFF;
$dialog-text-color : #000000;
$dialog-border-color : #CCCCCC;
2 changes: 1 addition & 1 deletion readme.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: Phyrax
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=U5M6JBDKGF3EJ
Tags: warning, message, lading page, front page, enter page, adult content, consent, age verification, validation
Requires at least: 3.5
Tested up to: 4.5
Tested up to: 4.5.2
Stable tag: 3.6.9

A plugin that provides a warning box with a ton more options completely re-written from the ground up.
Expand Down

0 comments on commit 1a5d7f6

Please sign in to comment.