From cd496e237efc0b9b4cceaf195192396ba300505d Mon Sep 17 00:00:00 2001 From: Silva de Almeida Date: Thu, 8 Feb 2024 11:54:30 +0100 Subject: [PATCH] . --- readme.md | 6 ++++++ src/readme.md | 5 ----- src/static/style.css | 7 +++++-- 3 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 readme.md delete mode 100644 src/readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..541ca20 --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ + + + + +# Practical handbook for publishing research data in the BonaRes Repository – Tips & Tricks +Avaliable on https://zalf-rdm.github.io/bonares-handbook/ \ No newline at end of file diff --git a/src/readme.md b/src/readme.md deleted file mode 100644 index 7d11c6b..0000000 --- a/src/readme.md +++ /dev/null @@ -1,5 +0,0 @@ - - - - -# Practical handbook for publishing research data in the BonaRes Repository – Tips & Tricks \ No newline at end of file diff --git a/src/static/style.css b/src/static/style.css index c7e90f3..ec0b01f 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -1,5 +1,8 @@ - -sidebar { +.nav { + background-color: #004900; /*Whatever color you want goes here, but in Hexadecimal form*/ + color: #1122cc; /*The color of your font also goes here, but in hexadecimal form*/ +} +.sidebar { background-color: #FF7777; /*Whatever color you want goes here, but in Hexadecimal form*/ color: #1122cc; /*The color of your font also goes here, but in hexadecimal form*/ }