diff options
Diffstat (limited to 'cavendish/header.css')
-rw-r--r-- | cavendish/header.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cavendish/header.css b/cavendish/header.css new file mode 100644 index 0000000..2d6c22a --- /dev/null +++ b/cavendish/header.css @@ -0,0 +1,9 @@ +#header h6 a
+{
+ font-family:JournalRegular;
+ text-indent: 0;
+ font-size: 37pt;
+ color: #2DAAE1;
+ padding-left: 15px;
+ text-shadow:0.1em 0.1em 0.2em gray;
+}
|