diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 22:12:34 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 22:12:34 +0100 |
commit | fc56b60be55b4340d647d2017fdeb24b81eb84b6 (patch) | |
tree | bf4875de0115181549408f981804f19350b69b80 /assets/global | |
parent | 42e89ac398bdf2a98167b0b71123c98e297b2130 (diff) | |
download | wcms-fc56b60be55b4340d647d2017fdeb24b81eb84b6.tar.gz wcms-fc56b60be55b4340d647d2017fdeb24b81eb84b6.zip |
showeditmenu
Diffstat (limited to 'assets/global')
-rw-r--r-- | assets/global/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/global/global.css b/assets/global/global.css index 4a601f3..e96050d 100644 --- a/assets/global/global.css +++ b/assets/global/global.css @@ -1,4 +1,8 @@ body { background-color: white; margin: 0; +} + +a.external::before { + content: "⧉ "; }
\ No newline at end of file |