summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-06-30 11:32:48 -0400
committerGitHub <noreply@github.com>2021-06-30 11:32:48 -0400
commite67d34aeadf3983a9ef908b2875ee950650ae760 (patch)
tree065f07fe0a43aff7a6598ce2bc525c59b35ac445 /style.css
parentdadfca40f908a98962f92c2cce958848e05fa975 (diff)
parent6168735a9b99f4b0b704fcf8764da7278ee243f2 (diff)
Merge pull request #9 from oidz1234/master
Added styling for a "callout" style aside and also added a bit on ssh key file permissions
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 4414804..b351dc4 100644
--- a/style.css
+++ b/style.css
@@ -126,6 +126,12 @@ aside code {
color: green ;
}
+/* .callout here is refencing any aside given the class name callout
+ * An example being: <aside class="callout"> */
+aside.callout {
+ border: solid 1px orange;
+}
+
.cnp {
width: 100% ;