diff --git a/README.md b/README.md
index fb34ba1953ab245111edd80394d4a6aa94a76ea5..37f41bd2fd5e800725da2b3b1ea45a1ce9c2867c 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Recommended template for theses submitted at [Faculty of Information Technology]
 
 Version
 --------
-1.3.9, built 7. 1. 2025. The whole changelog can be found in the [Changelog file](changelog.md).
+1.3.10, built 27. 2. 2025. The whole changelog can be found in the [Changelog file](changelog.md).
 
 
 Bugs and support
diff --git a/changelog.md b/changelog.md
index 9376cb6a9c88c2212ed0b27db896d89e0c55848f..030a5b4764925f2fb730900b0addec446ed6f2b0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [1.3.10] - 27. 2. 2025
+
+Darkmode image example improved.
+
+### Changed
+- New darkmode example image.
+- Added citation for darkmode example image.
+
+
 ## [1.3.9] - 7. 1. 2025
 
 Cleaning the bibliography.
diff --git a/ctufit-thesis.tex b/ctufit-thesis.tex
index 25c1171621761de565415bb487099c454e8014f7..8a41ce091a5ce866f378550945e19c498518a5c6 100644
--- a/ctufit-thesis.tex
+++ b/ctufit-thesis.tex
@@ -1,7 +1,7 @@
 %% This is the ctufit-thesis example file. It is used to produce theses
 %% for submission to Czech Technical University, Faculty of Information Technology.
 %%
-%% This is version 1.3.9, built 7. 1. 2025.
+%% This is version 1.3.10, built 27. 2. 2025.
 %% 
 %% Get the newest version from
 %% https://gitlab.fit.cvut.cz/theses-templates/FITthesis-LaTeX
diff --git a/images/darkmode.png b/images/darkmode.png
index 2c37c83e017195a08ef8b438605c5e4b767b1a1c..7585dda97209bc51fe4beab99349140d1e7b2a37 100644
Binary files a/images/darkmode.png and b/images/darkmode.png differ
diff --git a/text/bib-database.bib b/text/bib-database.bib
index 5ef49a920b8c34c5706908e94d05acad350f8bc0..f53fae9f23430484e80b330640b776860fc9867c 100644
--- a/text/bib-database.bib
+++ b/text/bib-database.bib
@@ -90,4 +90,13 @@
   year          = {2009},
   howpublished  = {online},
   note          = "[Citováno 7. 1. 2025]"
+}
+
+@misc{darkMode,
+	author = {TopDevelopers.co},
+  title = {Light Mode Vs. Dark Mode -- What\'s Your Choice For UX? | by TopDevelopers.co | Medium},
+  url = "https://medium.com/@topdevelopers-co/light-mode-vs-dark-mode-whats-your-choice-for-ux-5bce3ad4a368",
+	month = {8},
+	year = {2024},
+  note = "[Citováno 27. 2. 2025]"
 }
\ No newline at end of file
diff --git a/text/text.tex b/text/text.tex
index cd73f18d80b28d009dacf0e14b7d92a293a0d989..ba1483e168653c1c7afccf69120df1923d8a7ec1 100644
--- a/text/text.tex
+++ b/text/text.tex
@@ -133,7 +133,7 @@ Even though dark mode can be very nice for websites and apps, it does not look g
 \begin{figure}[!htbp]
     \centering
     \includegraphics[width=\linewidth]{images/darkmode}
-    \caption{White and dark mode comparison.}
+    \caption{White and dark mode comparison.~\cite{darkMode}}
     \label{fig:Darkmode}
 \end{figure}